GetItemCell Method (C1CollectionViewSource<T>)
In This Topic
Gets the visual element representing an item.
Syntax
'Declaration
Public Overridable Function GetItemCell( _
ByVal As UIKit.UICollectionView, _
ByVal As Foundation.NSIndexPath, _
ByVal As _
) As UIKit.UICollectionViewCell
public virtual UIKit.UICollectionViewCell GetItemCell(
UIKit.UICollectionView ,
Foundation.NSIndexPath ,
)
Parameters
- collectionView
- The collection view.
- indexPath
- Location of the row where the cell will be displayed.
- item
- The data item.
See Also